home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1810 / 1810.xpi / chrome / showcase.jar / skin / classic / showcase / sidebarFindBar.css < prev    next >
Cascading Style Sheet File  |  2010-01-17  |  1KB  |  72 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #FindToolbar {
  4.   -moz-appearance: none !important;
  5.   border-top: 1px solid;
  6.   -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow !important;
  7.   border-bottom: 2px solid;
  8.   -moz-border-top-colors: transparent;  
  9. }
  10.  
  11. #find-status-icon
  12. {
  13.   list-style-image: none;
  14.   margin-top: 2px;
  15.   margin-bottom: 0px;
  16.   -moz-margin-start: 4px;
  17.   -moz-margin-end: 0px;
  18.   width: 16px;
  19.   height: 16px;
  20. }
  21.  
  22. #find-status-icon[status="notfound"]
  23. {
  24.   list-style-image: url("notfound.png");
  25. }
  26.  
  27. #find-field
  28. {
  29.   -moz-appearance: none;
  30.   border: none;
  31.   margin: 0px;
  32. }
  33.  
  34. #find-field[status="notfound"]
  35. {
  36.   background-color: #FF6666;
  37.   color: #FFFFFF;
  38. }
  39.  
  40. #FindToolbar[flash="true"]  > #find-field-container > #find-field
  41. {
  42.   background-color: yellow;
  43. }
  44.  
  45.  
  46. #find-field-container
  47. {
  48.   -moz-appearance: textfield;
  49. }
  50.  
  51. #find-closebutton {
  52.   border: 1px solid transparent;
  53.   padding: 3px 2px 4px 0px !important;
  54.   list-style-image: url("close.png");
  55.   -moz-appearance: none;
  56.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  57. }
  58.  
  59. #find-closebutton > .toolbarbutton-icon {
  60.   -moz-margin-end: 0px !important;
  61.   -moz-padding-end: 0px !important;
  62.   -moz-padding-start: 2px !important;
  63. }
  64.  
  65. #find-closebutton:hover {
  66.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  67. }
  68.  
  69. #find-closebutton:hover:active {
  70.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  71. }
  72.